Platform Explorer / Nuxeo Platform 6.0

Extension point permissionMapper

Documentation

Check the name of the permission that will be check before CRUD operation.

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.annotations.descriptors.PermissionMapperDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-annot-core-6.0.jar
    <extension point="permissionMapper" target="org.nuxeo.ecm.platform.annotations.services.AnnotationsService">
    		<permissionMapper>
    			<createAnnotation>createAnnotation"</createAnnotation>
    			<readAnnotation>readAnnotation</readAnnotation>
    			<updateAnnotation>updateAnnotation</updateAnnotation>
    			<deleteAnnotation>deleteAnnotation</deleteAnnotation>
    		</permissionMapper>
    	</extension>
  • nuxeo-annot-repo-6.0.jar
    <extension point="permissionMapper" target="org.nuxeo.ecm.platform.annotations.services.AnnotationsService">
    		<permissionMapper>
    			<createAnnotation>updateDocument</createAnnotation>
    			<readAnnotation>viewDocument</readAnnotation>
    			<updateAnnotation>updateDocument</updateAnnotation>
    			<deleteAnnotation>deleteDocument</deleteAnnotation>
    		</permissionMapper>
    	</extension>